home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 January / CHIP Turkiye Ocak 1998.iso / ARACLAR / WINNC / SETUP.EXE / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  1997-04-30  |  2KB  |  75 lines

  1. object Form1: TForm1
  2.   Left = 156
  3.   Top = 183
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'Form1'
  7.   ClientHeight = 276
  8.   ClientWidth = 430
  9.   Color = clBlue
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   Position = poDefault
  16.   WindowState = wsMaximized
  17.   OnActivate = FormKijk
  18.   OnCreate = FormCreate
  19.   OnPaint = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label2: TLabel
  23.     Left = 3
  24.     Top = -2
  25.     Width = 112
  26.     Height = 54
  27.     Caption = 'Setup'
  28.     Color = clBlack
  29.     Font.Color = clBlack
  30.     Font.Height = -48
  31.     Font.Name = 'Times New Roman'
  32.     Font.Style = [fsBold, fsItalic]
  33.     ParentColor = False
  34.     ParentFont = False
  35.     Transparent = True
  36.   end
  37.   object Label1: TLabel
  38.     Left = 3
  39.     Top = -5
  40.     Width = 112
  41.     Height = 54
  42.     Caption = 'Setup'
  43.     Color = clWhite
  44.     Font.Color = clWhite
  45.     Font.Height = -48
  46.     Font.Name = 'Times New Roman'
  47.     Font.Style = [fsBold, fsItalic]
  48.     ParentColor = False
  49.     ParentFont = False
  50.     Transparent = True
  51.   end
  52.   object Image1: TImage
  53.     Left = 25
  54.     Top = 60
  55.     Width = 105
  56.     Height = 105
  57.     AutoSize = True
  58.   end
  59.   object Label3: TLabel
  60.     Left = 0
  61.     Top = 252
  62.     Width = 430
  63.     Height = 24
  64.     Align = alBottom
  65.     Alignment = taRightJustify
  66.     Caption = 'Setup version 1.0 '
  67.     Font.Color = clWhite
  68.     Font.Height = -21
  69.     Font.Name = 'Times New Roman'
  70.     Font.Style = [fsBold, fsItalic]
  71.     ParentFont = False
  72.     Transparent = True
  73.   end
  74. end
  75.